home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / window < prev    next >
Text File  |  1995-05-24  |  519b  |  13 lines

  1.   COMMAND WINDOW
  2. -----------------------------------------------------------------
  3.     Purpose: open a preview window
  4.       Usage: WINDOW(<objectID>,[<left>,<top>,<width>,<drawmode>,
  5.                     <rotX>,<rotZ>,<zoom>,<keepscale>,<outlined>])
  6.  
  7.         drawmode=("WIRE"|"SOLID"|"GREY"|"COLOR"|"FACE")"
  8.         keepscale: keep initial scale-values unless you press <r> (Rescale)
  9.  
  10.   Examples: window(1,40,60,400,wire,12,-24,0.5,true,true)
  11.             window(5)
  12.             window(3,0,0,0,grey,18,-42,1.0,false,true)
  13.